.Modelica_LinearSystems2.Math.Polynomial.'^'

Information

Integer power of polynomial (p^n)

Interface

encapsulated operator function '^'
  import Modelica_LinearSystems2.Math.Polynomial;
  import Modelica.Utilities.Streams.print;
  input Polynomial p;
  input Integer n(min = 0) = 1 "p^n shall be computed";
  output Polynomial result(redeclare Real c[max((size(p.c, 1) - 1)*n + 1, 1)]) "= p^n";
end '^';

Generated at 2025-02-20T19:24:42Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos